projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b677925
)
(auto-show-mode): Fix Typo in :set.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 29 Jun 1999 17:23:16 +0000
(17:23 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 29 Jun 1999 17:23:16 +0000
(17:23 +0000)
lisp/auto-show.el
patch
|
blob
|
history
diff --git
a/lisp/auto-show.el
b/lisp/auto-show.el
index 67d712b07964ee23dd2227a9b069c02be686bd92..7bee39e2ece2451fdd10ae417f86c0b2d9d15eda 100644
(file)
--- a/
lisp/auto-show.el
+++ b/
lisp/auto-show.el
@@
-49,7
+49,7
@@
This variable is automatically local in each buffer where it is set.
Setting this variable directly does not take effect;
use either \\[customize] or the function `auto-show-mode'."
- :set (lambda (symbol value) (auto-show
mode value))
+ :set (lambda (symbol value) (auto-show
-
mode value))
:require 'auto-show
:initialize 'custom-initialize-default
:link '(emacs-commentary-link "auto-show.el")